OceanAPI

auto __str__(self): return b"<{:s} at {:#x}>".format(type(self).__name__, id(self))

auto __unicode__(self): return "<{:s} at {:#x}>".format(type(self).__name__, id(self))

Constructors

this
this(string token)
Undocumented in source.
this
this(string endpoint, string token)
Undocumented in source.

Members

Variables

endpoint
string endpoint;
Undocumented in source.
token
string token;
Undocumented in source.

Meta